Operation void run (), in Class Runnable

Documentation

* When an object implementing interface <code>Runnable</code> is used
* to create a thread, starting the thread causes the object's
* <code>run</code> method to be called in that separately executing
* thread.
*
* @see java.lang.Thread#run()
* @since JDK1.0


ConcurrencySequentialExport ControlPublicAccess



Property Settings

Java
AbstractTrueStaticFalse
FinalFalseNativeFalse
SynchronizedFalse